runtime.mcache.tinyAllocs (field)

6 uses

	runtime (current package)
		malloc.go#L1051: 				c.tinyAllocs++
		mcache.go#L40: 	tinyAllocs uintptr
		mcache.go#L182: 		atomic.Xadduintptr(&stats.tinyAllocCount, c.tinyAllocs)
		mcache.go#L183: 		c.tinyAllocs = 0
		mcache.go#L269: 	atomic.Xadduintptr(&stats.tinyAllocCount, c.tinyAllocs)
		mcache.go#L270: 	c.tinyAllocs = 0